tools, such as JOOQ, provide database query language by using a special Java library to resolve error checking and security issues. Or use object-relational mapping tools to save a lot of uninteresting code, but they can only be used in universal access queries, if complex queries are required, or a special database query language.
Using Java 8, you can query the database in a functional way with the help of a streaming API. For example, Jinq is an
Mingw compilation boost
(Jinqing's column)
An error occurred while running Bootstrap. Sh in mingw shell.
Jinq @ jinqing-PC/D/src/boost_000052_0$ Bootstrap. Sh toolset = gccBuilding boost. Build engine with toolset GCC...Failed to build boost. Build build EngineConsult 'bootstrap. log' For more details
Bootstrap. log is shown as follows:
###### Using 'gcc 'toolset.###Rm-RF BootstrapMkdir BootstrapGcc-O Bootstrap/jam0 command. c compile. c constants. c
Access RedHat Samba sharing in win7
First, enable Samba:
Service SMB start
Service SMB restart
The Samba configuration file is/ECT/samba/smb. conf. You do not need to change it. Use the default configuration.
By default, the security = user mode is used for sharing. You need to enter the user name and password to access this service.
[Homes] is shared by default. Each user can access his/her home directory.
For example, add a new user:
Useradd jinqing
Passwd jinqing
Smbpasswd-A
Today, we finally solved the clearcase problem that could not be solved for several days,Cleartool> DESC vob:/aaa_dns_vobVersioned object base "/aaa_dns_vob"Created 30-September-05.04: 54: 40 by jinq. aaastat @ IPCCVob family Feature Level: 3Vob storage HOST: pathname "IPCC:/clearcase obs/aaa_dns_vob.vbs"Vob storage global pathname "// IPCC/clearcase/vobs/aaa_dns_vob.vbs"Database schema version: 53Vob ownership:Owner clearcase/jinqGroup clearcase/aaas
Use cppcheck
Code
(Jinqing's column)
Cppcheck is an static analysis tool for C/C ++ code.
Cppcheck homepage:Http://cppcheck.sourceforge.net/
For instructions, see:Http://cppcheck.sourceforge.net/manual.html
After you download and install cppcheck, you can test it as follows:
D: \ temp \ cppcheck -- enable = all -- template = vs D: \ code \ Server 2> D: \ temp \ result.txt
Open all check items and use the incorrect report format of vsto export the result to result.txt.
For ease of use
Mydb.retention.result collection, you can export the Mongoexport to a CSV file.#!/bin/sh
# retention.sh
# Time of day early morning execution, statistical retention rate.
# requires MONGO client.
# The following needs to be changed to the actual directory, which will run under this directory.
cd/home/jinq/retention/
# The following address should be changed to Mongod server address.
mongodb=192.168.8.9
Mongo ${mongodb} retention.js >> Log.txt
ech
Contact Us
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.